<InsertItemTemplate>
   <tr style="">
      <td>
         <asp:Button ID="InsertButton" runat="server" CommandName="Insert" 
          Text="Wstaw" />
         <asp:Button ID="CancelButton" runat="server" CommandName="Cancel" 
          Text="Anuluj" />
      </td>
      <td>
         <asp:TextBox ID="CustomerIDTextBox" runat="server" 
          Text='<%# Bind("CustomerID") %>' />
      </td>
      <td>
         <asp:TextBox ID="CompanyNameTextBox" runat="server" 
          Text='<%# Bind("CompanyName") %>' />
      </td>
      <td>
         <asp:TextBox ID="ContactNameTextBox" runat="server" 
          Text='<%# Bind("ContactName") %>' />
      </td>
   </tr>
</InsertItemTemplate>
